From 7711f9fad42096198ef23e8b4e33dc3e33c30c2b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 8 Feb 2011 10:16:55 -0500 Subject: [PATCH] introspection: Remove redundant include Gdk-3.0 is already included above via --include-uninstalled, so don't also specify it in INCLUDES. Doing so breaks if it isn't installed already, since we try to find the gdk-3.0.pc. --- gdk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index f81147e062..8bab7db71f 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -240,7 +240,7 @@ GdkX11_3_0_gir_SCANNERFLAGS = \ --identifier-prefix=Gdk \ --c-include="gdk/gdkx.h" \ --include-uninstalled=$(top_builddir)/gdk/Gdk-3.0.gir -GdkX11_3_0_gir_INCLUDES = Gio-2.0 Gdk-3.0 GdkPixbuf-2.0 Pango-1.0 xlib-2.0 +GdkX11_3_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-2.0 Pango-1.0 xlib-2.0 GdkX11_3_0_gir_LIBS = libgdk-3.0.la GdkX11_3_0_gir_FILES = $(x11_introspection_files) GdkX11_3_0_gir_CFLAGS = $(INCLUDES) -L$(top_builddir)/gdk -- 2.30.2